HELP - Parameters
HelpExample CodeHowToDocumentParameters
Description Source Call Graph
HowToDocument::Parameters ( Public Method )
Author: N.F.S Grundtvig (The members of this class inherits the author by default.)
Parameter documentation - normal style in CPP file.
 
Syntax / parameters
void Parameters (int iSize, HowToDocument &howToDocument, float fMAX2=2.1f)

Name Type Default Description
iSize int
  Parameter documentation for iSize
howToDocument HowToDocument &
  Parameter documentation for howToDocument
fMAX2 float
2.1f Parameter documentation for fMAX2
Description
Parameter documentation - normal style in CPP file.
This function do have an implementation so we recommend clicking
on the Source-tab in your browser to view the code.

This is how it looks in the source:
void  HowToDocument::Parameters( int iSize,                     ///< Parameter documentation for iSize
                                 HowToDocument& howToDocument,  ///< Parameter documentation for howToDocument
                                 float fMAX2)                   ///< Parameter documentation for fMAX2

See also
  • ParametersJavaStyle, ParametersTemplates
  •  
    Source
    The documentation for this Member was generated from the following files:
  • HowtoDocument.cpp
  • HowtoDocument.h